home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Interapplication Comm / AEObject-Edition Sample / Sampdefines.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  831 b   |  32 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  *
  3.  *  Apple Developer Technical Support
  4.  *
  5.  *  Edition publishing routines
  6.  *
  7.  *  Program:    AEObject-Edition Sample
  8.  *  File:       SampDefines.h - C Source
  9.  *
  10.  *  by:         C.K. Haun <TR>
  11.  *
  12.  *  Copyright © 1990-1992 Apple Computer, Inc.
  13.  *  All rights reserved.
  14.  *
  15.  *------------------------------------------------------------------------------
  16.  * This file loads the defines, macros, and prototypes I use in this sample
  17.  *----------------------------------------------------------------------------*/
  18.  
  19. #ifndef __DEFINES__
  20. #define __DEFINES__
  21.  
  22. #ifdef __REDUMP__
  23. #include "SampConstants.h"
  24. #include "Structs.h"
  25. #include "prototypes.h"
  26. #include "Macros.h"
  27.  
  28. #else
  29. #pragma load "Sampheaders"      /* see the Buildheaders.c file */
  30. #endif 
  31.  
  32. #endif